Esx Settings Clusters Vms Solutions FilterSpec
The Esx Settings Clusters Vms Solutions FilterSpec schema contains properties that are used to filter the desired specification that to be returned. See GET /esx/settings/clusters/{cluster}/vms/solutions.
This schema was added in vSphere API 9.0.0.0.
{
"solutions": [
"string"
]
}
Solutions to return desired specification for.
This property was added in vSphere API 9.0.0.0.
if missing or null
or empty the desired specification of all solutions in the cluster to be returned.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.esx.settings.vms.SystemVmSolution
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.esx.settings.vms.SystemVmSolution
.